object SecurityWizard: TSecurityWizard Left = 422 Top = 152 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderStyle = bsDialog Caption = 'Security Wizard' ClientHeight = 417 ClientWidth = 450 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblDB: TLabel Left = 40 Top = 94 Width = 146 Height = 13 Caption = 'Sharing the Database directory' end object lblEnt1: TLabel Left = 40 Top = 190 Width = 123 Height = 13 Caption = 'Sharing the Data directory' Visible = False end object lblEnt2: TLabel Left = 40 Top = 222 Width = 196 Height = 13 Caption = 'Sharing the Account Notification directory' Visible = False end object lblSetup: TLabel Left = 40 Top = 158 Width = 214 Height = 13 Caption = 'Sharing the Automated Client Setup directory:' Visible = False end object lblEnt3: TLabel Left = 40 Top = 254 Width = 270 Height = 13 Caption = 'Applying file security to the Account Notification directory:' Visible = False end object imgCross: TImage Left = -8 Top = 112 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Visible = False end object imgTick: TImage Left = -8 Top = 80 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Visible = False end object imgEnt2: TImage Left = 376 Top = 213 Width = 32 Height = 32 AutoSize = True end object imgEnt1: TImage Left = 376 Top = 181 Width = 32 Height = 32 AutoSize = True end object imgSetup: TImage Left = 376 Top = 149 Width = 32 Height = 32 AutoSize = True end object imgDB: TImage Left = 376 Top = 85 Width = 32 Height = 32 AutoSize = True end object imgEnt3: TImage Left = 376 Top = 245 Width = 32 Height = 32 AutoSize = True end object Label3: TLabel Left = 25 Top = 64 Width = 98 Height = 13 Caption = 'Installation Directory:' end object lblInstallDir: TLabel Left = 177 Top = 64 Width = 337 Height = 17 AutoSize = False end object lblEnt4: TLabel Left = 40 Top = 286 Width = 184 Height = 13 Caption = 'Sharing the client preferences directory' Visible = False end object lblEnt5: TLabel Left = 40 Top = 318 Width = 258 Height = 13 Caption = 'Applying file security to the client preferences directory:' Visible = False end object imgEnt4: TImage Left = 376 Top = 277 Width = 32 Height = 32 AutoSize = True end object imgEnt5: TImage Left = 376 Top = 309 Width = 32 Height = 32 AutoSize = True end object lblLog: TLabel Left = 40 Top = 126 Width = 123 Height = 13 Caption = 'Sharing the Logs directory' end object imgLog: TImage Left = 376 Top = 117 Width = 32 Height = 32 AutoSize = True end object lblFail1: TLabel Left = 8 Top = 333 Width = 337 Height = 20 Caption = 'Warning: one or more of the above steps failed. ' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Visible = False end object lblFail2: TLabel Left = 9 Top = 353 Width = 415 Height = 13 Caption = 'To ensure correct a functioning application, please verify that ' + 'the necessary shares and ' Visible = False end object lblFail3: TLabel Left = 10 Top = 369 Width = 429 Height = 13 Caption = 'permissions are applied to your print server, as described in th' + 'e Appendix in the User Guide.' Visible = False end object Panel1: TPanel Left = -8 Top = -8 Width = 593 Height = 65 Color = clWhite TabOrder = 0 object Label1: TLabel Left = 24 Top = 16 Width = 90 Height = 13 Caption = 'Security Wizard' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 512 Top = 16 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label2: TLabel Left = 41 Top = 38 Width = 249 Height = 13 Caption = 'Applying Security to network shares and file system...' end end object OK: TButton Left = 366 Top = 385 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True TabOrder = 1 Visible = False OnClick = OKClick end object Timer1: TTimer Enabled = False Interval = 100 OnTimer = Timer1Timer Left = 65528 Top = 144 end end